home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / ServiceMail / src / pdinq / Makefile.dist < prev    next >
Encoding:
Makefile  |  1993-05-09  |  270 b   |  16 lines

  1.  
  2. #conf.h
  3.  
  4. CFLAGS=$(MFLAGS)
  5. pdinq: pdinq.o getdate.o headers.o
  6.     $(CC) pdinq.o getdate.o headers.o -o pdinq
  7. getdate.o: 
  8.     cd getdate;\
  9.     make install
  10. clean: 
  11.     rm -f *.o a.out core pdinq
  12. install: pdinq
  13.     cp pdinq $(BINDIR)/pdinq
  14.     chmod u+s $(BINDIR)/pdinq
  15.     -mkdir $(SPOOLDIR)
  16.